3.125 \(\int \frac{a+c x^4}{(d+e x^2)^2} \, dx\)

Optimal. Leaf size=74 \[ \frac{x \left (a+\frac{c d^2}{e^2}\right )}{2 d \left (d+e x^2\right )}-\frac{\left (3 c d^2-a e^2\right ) \tan ^{-1}\left (\frac{\sqrt{e} x}{\sqrt{d}}\right )}{2 d^{3/2} e^{5/2}}+\frac{c x}{e^2} \]

[Out]

(c*x)/e^2 + ((a + (c*d^2)/e^2)*x)/(2*d*(d + e*x^2)) - ((3*c*d^2 - a*e^2)*ArcTan[(Sqrt[e]*x)/Sqrt[d]])/(2*d^(3/
2)*e^(5/2))

________________________________________________________________________________________

Rubi [A]  time = 0.0519109, antiderivative size = 74, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.176, Rules used = {1158, 388, 205} \[ \frac{x \left (a+\frac{c d^2}{e^2}\right )}{2 d \left (d+e x^2\right )}-\frac{\left (3 c d^2-a e^2\right ) \tan ^{-1}\left (\frac{\sqrt{e} x}{\sqrt{d}}\right )}{2 d^{3/2} e^{5/2}}+\frac{c x}{e^2} \]

Antiderivative was successfully verified.

[In]

Int[(a + c*x^4)/(d + e*x^2)^2,x]

[Out]

(c*x)/e^2 + ((a + (c*d^2)/e^2)*x)/(2*d*(d + e*x^2)) - ((3*c*d^2 - a*e^2)*ArcTan[(Sqrt[e]*x)/Sqrt[d]])/(2*d^(3/
2)*e^(5/2))

Rule 1158

Int[((d_) + (e_.)*(x_)^2)^(q_)*((a_) + (c_.)*(x_)^4)^(p_.), x_Symbol] :> With[{Qx = PolynomialQuotient[(a + c*
x^4)^p, d + e*x^2, x], R = Coeff[PolynomialRemainder[(a + c*x^4)^p, d + e*x^2, x], x, 0]}, -Simp[(R*x*(d + e*x
^2)^(q + 1))/(2*d*(q + 1)), x] + Dist[1/(2*d*(q + 1)), Int[(d + e*x^2)^(q + 1)*ExpandToSum[2*d*(q + 1)*Qx + R*
(2*q + 3), x], x], x]] /; FreeQ[{a, c, d, e}, x] && NeQ[c*d^2 + a*e^2, 0] && IGtQ[p, 0] && LtQ[q, -1]

Rule 388

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Simp[(d*x*(a + b*x^n)^(p + 1))/(b*(n*
(p + 1) + 1)), x] - Dist[(a*d - b*c*(n*(p + 1) + 1))/(b*(n*(p + 1) + 1)), Int[(a + b*x^n)^p, x], x] /; FreeQ[{
a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && NeQ[n*(p + 1) + 1, 0]

Rule 205

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]*ArcTan[x/Rt[a/b, 2]])/a, x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rubi steps

\begin{align*} \int \frac{a+c x^4}{\left (d+e x^2\right )^2} \, dx &=\frac{\left (a+\frac{c d^2}{e^2}\right ) x}{2 d \left (d+e x^2\right )}-\frac{\int \frac{-a+\frac{c d^2}{e^2}-\frac{2 c d x^2}{e}}{d+e x^2} \, dx}{2 d}\\ &=\frac{c x}{e^2}+\frac{\left (a+\frac{c d^2}{e^2}\right ) x}{2 d \left (d+e x^2\right )}+\frac{\left (a-\frac{3 c d^2}{e^2}\right ) \int \frac{1}{d+e x^2} \, dx}{2 d}\\ &=\frac{c x}{e^2}+\frac{\left (a+\frac{c d^2}{e^2}\right ) x}{2 d \left (d+e x^2\right )}+\frac{\left (a-\frac{3 c d^2}{e^2}\right ) \tan ^{-1}\left (\frac{\sqrt{e} x}{\sqrt{d}}\right )}{2 d^{3/2} \sqrt{e}}\\ \end{align*}

Mathematica [A]  time = 0.0507658, size = 78, normalized size = 1.05 \[ \frac{x \left (a e^2+c d^2\right )}{2 d e^2 \left (d+e x^2\right )}-\frac{\left (3 c d^2-a e^2\right ) \tan ^{-1}\left (\frac{\sqrt{e} x}{\sqrt{d}}\right )}{2 d^{3/2} e^{5/2}}+\frac{c x}{e^2} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + c*x^4)/(d + e*x^2)^2,x]

[Out]

(c*x)/e^2 + ((c*d^2 + a*e^2)*x)/(2*d*e^2*(d + e*x^2)) - ((3*c*d^2 - a*e^2)*ArcTan[(Sqrt[e]*x)/Sqrt[d]])/(2*d^(
3/2)*e^(5/2))

________________________________________________________________________________________

Maple [A]  time = 0.052, size = 82, normalized size = 1.1 \begin{align*}{\frac{cx}{{e}^{2}}}+{\frac{ax}{2\,d \left ( e{x}^{2}+d \right ) }}+{\frac{cdx}{2\,{e}^{2} \left ( e{x}^{2}+d \right ) }}+{\frac{a}{2\,d}\arctan \left ({ex{\frac{1}{\sqrt{de}}}} \right ){\frac{1}{\sqrt{de}}}}-{\frac{3\,cd}{2\,{e}^{2}}\arctan \left ({ex{\frac{1}{\sqrt{de}}}} \right ){\frac{1}{\sqrt{de}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^4+a)/(e*x^2+d)^2,x)

[Out]

c*x/e^2+1/2/d*x/(e*x^2+d)*a+1/2/e^2*d*x/(e*x^2+d)*c+1/2/d/(d*e)^(1/2)*arctan(e*x/(d*e)^(1/2))*a-3/2/e^2*d/(d*e
)^(1/2)*arctan(e*x/(d*e)^(1/2))*c

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^4+a)/(e*x^2+d)^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 1.87591, size = 455, normalized size = 6.15 \begin{align*} \left [\frac{4 \, c d^{2} e^{2} x^{3} +{\left (3 \, c d^{3} - a d e^{2} +{\left (3 \, c d^{2} e - a e^{3}\right )} x^{2}\right )} \sqrt{-d e} \log \left (\frac{e x^{2} - 2 \, \sqrt{-d e} x - d}{e x^{2} + d}\right ) + 2 \,{\left (3 \, c d^{3} e + a d e^{3}\right )} x}{4 \,{\left (d^{2} e^{4} x^{2} + d^{3} e^{3}\right )}}, \frac{2 \, c d^{2} e^{2} x^{3} -{\left (3 \, c d^{3} - a d e^{2} +{\left (3 \, c d^{2} e - a e^{3}\right )} x^{2}\right )} \sqrt{d e} \arctan \left (\frac{\sqrt{d e} x}{d}\right ) +{\left (3 \, c d^{3} e + a d e^{3}\right )} x}{2 \,{\left (d^{2} e^{4} x^{2} + d^{3} e^{3}\right )}}\right ] \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^4+a)/(e*x^2+d)^2,x, algorithm="fricas")

[Out]

[1/4*(4*c*d^2*e^2*x^3 + (3*c*d^3 - a*d*e^2 + (3*c*d^2*e - a*e^3)*x^2)*sqrt(-d*e)*log((e*x^2 - 2*sqrt(-d*e)*x -
 d)/(e*x^2 + d)) + 2*(3*c*d^3*e + a*d*e^3)*x)/(d^2*e^4*x^2 + d^3*e^3), 1/2*(2*c*d^2*e^2*x^3 - (3*c*d^3 - a*d*e
^2 + (3*c*d^2*e - a*e^3)*x^2)*sqrt(d*e)*arctan(sqrt(d*e)*x/d) + (3*c*d^3*e + a*d*e^3)*x)/(d^2*e^4*x^2 + d^3*e^
3)]

________________________________________________________________________________________

Sympy [B]  time = 0.639859, size = 138, normalized size = 1.86 \begin{align*} \frac{c x}{e^{2}} + \frac{x \left (a e^{2} + c d^{2}\right )}{2 d^{2} e^{2} + 2 d e^{3} x^{2}} - \frac{\sqrt{- \frac{1}{d^{3} e^{5}}} \left (a e^{2} - 3 c d^{2}\right ) \log{\left (- d^{2} e^{2} \sqrt{- \frac{1}{d^{3} e^{5}}} + x \right )}}{4} + \frac{\sqrt{- \frac{1}{d^{3} e^{5}}} \left (a e^{2} - 3 c d^{2}\right ) \log{\left (d^{2} e^{2} \sqrt{- \frac{1}{d^{3} e^{5}}} + x \right )}}{4} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x**4+a)/(e*x**2+d)**2,x)

[Out]

c*x/e**2 + x*(a*e**2 + c*d**2)/(2*d**2*e**2 + 2*d*e**3*x**2) - sqrt(-1/(d**3*e**5))*(a*e**2 - 3*c*d**2)*log(-d
**2*e**2*sqrt(-1/(d**3*e**5)) + x)/4 + sqrt(-1/(d**3*e**5))*(a*e**2 - 3*c*d**2)*log(d**2*e**2*sqrt(-1/(d**3*e*
*5)) + x)/4

________________________________________________________________________________________

Giac [A]  time = 1.13603, size = 84, normalized size = 1.14 \begin{align*} c x e^{\left (-2\right )} - \frac{{\left (3 \, c d^{2} - a e^{2}\right )} \arctan \left (\frac{x e^{\frac{1}{2}}}{\sqrt{d}}\right ) e^{\left (-\frac{5}{2}\right )}}{2 \, d^{\frac{3}{2}}} + \frac{{\left (c d^{2} x + a x e^{2}\right )} e^{\left (-2\right )}}{2 \,{\left (x^{2} e + d\right )} d} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^4+a)/(e*x^2+d)^2,x, algorithm="giac")

[Out]

c*x*e^(-2) - 1/2*(3*c*d^2 - a*e^2)*arctan(x*e^(1/2)/sqrt(d))*e^(-5/2)/d^(3/2) + 1/2*(c*d^2*x + a*x*e^2)*e^(-2)
/((x^2*e + d)*d)